-------------------------------------------------------------------------------------------------- There is a simple example about the template configuration as reference 1.Create a dba profile OLT(config)# dba-profile profile-id 5 OLT(config-dba-profile-5)# type4 max 100000 OLT(config-dba-profile-5)# commit 2.Create a lineprofile and bind dba-profile 5 OLT(config)# ont-lineprofile epon profile-id 5 OLT(config-epon-lineprofile-5)# llid 1 dba-profile-id 5 OLT(config-epon-lineprofile-5)# commit 3.Create a srv-profile OLT(config)# ont-srvprofile epon profile-id 5 OLT(config-epon-srvprofile-5)# ont-port eth 1 OLT(config-epon-srvprofile-5)# port vlan eth 1 100 OLT(config-epon-srvprofile-5)# port native-vlan eth 1 100 OLT(config-epon-srvprofile-5)# commit 4.Register the ONU by mac or loid OLT(config-interface-epon-0/0)# ont add 1 1 loid-auth 1234 ont-lineprofile-id 5 ont-srvprofile-id 5 OLT(config-interface-epon-0/0)# ont add 1 1 mac-auth 11:11:11:11:13:11 ont-lineprofile-id 5 ont-srvprofile-id 5 For more configuration, you could check on your OLT please ! --------------------------------------------------------------------------------------------------